home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Error / DLLDef next >
Text File  |  1995-08-23  |  352b  |  30 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.Error"
  6.   version 1.60
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Error_CheckFatal
  14.   Error_Report
  15.   Error_OutOfMemory
  16.   Error_ReportFatal
  17.   Error_Check
  18.   Error_ReportInternal
  19.   Error_ReportFatalInternal
  20.   Error__Ref_global
  21. }
  22.  
  23. ; --- Object files ---
  24.  
  25. objects
  26. {
  27.   o.Error
  28.   o.global
  29. }
  30.